#mb_box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	filter: Alpha(opacity=20);
	background: #000000;
	opacity: 0.4;
	z-index: 10000;
}

#mb_con {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -85px;
	margin-left: -189px;
	width: 378px;
	height: 170px;
	background-color: #ffffff;
	border: 1px solid #9a9ea2;
	border-radius: 3px;
	overflow: hidden;
	z-index: 10001;
}

#mb_tit {
	background-color: #f6f6f6;
	padding-left: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #606264;
	font-weight: normal;
	overflow: hidden;
	border-bottom: 1px solid #DDDDDD;
}

#mb_tit span {
	display: block;
	float: left;
}

#mb_ico {
	display: block;
	width: 12px;
	height: 12px;
	margin-top: 9px;
	float: right;
	margin-right: 15px;
}

#mb_msg {
	font-size: 14px;
	line-height: 20px;
	color: #7f7f7f;
	padding-left: 34px;
	margin-top: 36px;
	position: relative;
}

#mb_msg img {
	position: absolute;
	top: 50%;
	left: 30px;
	margin-top: -16px;
}

#mb_msg span {
	display: block;
	margin-left: 45px;
	margin-right: 20px;
	vertical-align: middle;
}

#mb_btnbox {
	overflow: hidden;
	text-align: right;
	line-height: 28px;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	padding-right: 14px;
}


#mb_btnbox input {
	width: 60px;
	height: 24px;
	background-color: #F8F8F8;
	border: 1px solid #C5C5C5;
	border-radius: 3px;
	cursor: pointer;
	margin-left: 10px;
	font-size: 14px;
	color: #28292a;
	text-align: center;
}

#mb_btn_ok {
	
}

#mb_btn_no {
	
}